home *** CD-ROM | disk | FTP | other *** search
- # syslinux.cfg: Boot loader configuration file for Darik's Boot and Nuke.
-
- # Kernel names.
- DEFAULT dban
- LABEL dban
- KERNEL kernel.bzi
-
- # The DBAN kernel uses DevFS without devfsd, so you may not use
- # conventional device node file names in kernel options.
- #
- # Note that Linux 2.4.19 will not boot with root=/dev/rd/0. The /dev/ram0 name
- # is, however, now hardcoded in 'init/do_mounts.c' so root=/dev/ram0 works
- # instead. This violates the DevFS documentation and is probably a kernel bug.
-
- # Default boot options. If a VGA or HGA video adapter is not found, then the
- # first serial port detected will be used as the system console.
- APPEND initrd=initrd.gz root=/dev/ram0 init=/rc quiet
-
- # Alternate boot options for better IDE performance.
- #APPEND initrd=initrd.gz root=/dev/ram0 init=/rc quiet ide0=autotune ide1=autotune
-
- # Boot options that force a serial console.
- #APPEND initrd=initrd.gz root=/dev/ram0 init=/rc quiet console=ttyS0,9600n8r
-
- # Print the product banner and liability disclaimer.
- DISPLAY warning.txt
-
- # Extra screens.
- F1 warning.txt
- F2 about.txt
- F3 options1.txt
- F4 options2.txt
- F5 options3.txt
-
- # Setting zero here will automatically start DBAN without prompting the user.
- PROMPT 1
-
- # eof
-